GH-49772: [C++] Bump bundled mimalloc version#49801
GH-49772: [C++] Bump bundled mimalloc version#49801raulcd wants to merge 5 commits intoapache:mainfrom
Conversation
|
3.3.1 was just released, FTR :) |
|
@github-actions crossbow submit -g cpp |
|
@ursabot please benchmark lang=C++ |
|
Benchmark runs are scheduled for commit dd3ce38. Watch https://buildkite.com/apache-arrow and https://conbench.arrow-dev.org for updates. A comment will be posted here when the runs are complete. |
|
Revision: dd3ce38 Submitted crossbow builds: ursacomputing/crossbow @ actions-a1dcd2c5d1 |
|
Thanks for your patience. Conbench analyzed the 3 benchmarking runs that have been run so far on PR commit dd3ce38. There were 13 benchmark results indicating a performance regression:
The full Conbench report has more details. |
|
There seems to be a big regression on the memory pool benchmark on the |
|
It's a very synthetic benchmark and doesn't measure any real-world operation, so I think we can ignore it. |
ok, then I don't think the rest of CI failures are related. |
Rationale for this change
mimalloc 3.3.1 was released with a bunch of potentially useful improvements or fixes.
What changes are included in this PR?
Bump bundled mimalloc to 3.3.1
Are these changes tested?
Yes, via Archery
Are there any user-facing changes?
No